home *** CD-ROM | disk | FTP | other *** search
- /********************/
- /* start surfer.css */
- /********************/
-
- body {
- width: 100%;
- height: 100%;
- font-size: $FONT-SIZE-NEWSPAPER$;
- font-family: "$FONT-NAME-NEWSPAPER$", "Segoe UI", "Trebuchet MS", Tahoma, Verdana, sans-serif;
- line-height: 1.6em;
- margin: 0;
- color: #1F1F1F;
- background-color: white;
- }
-
- /*body {
- background-image: url($IMAGETHEMEDIR$pagecorner-rt.png);
- background-attachment: fixed;
- background-position: bottom right;
- background-repeat: no-repeat;
- }*/
-
- h1, h2, h3, h4, h5, h6 { font-weight: bold; }
- h1 { font-size: 135%; }
- h2 { font-size: 115%; }
- h3 { font-size: 105% }
- h4, h5, h6 { font-size: 100%; }
-
- kbd, code, pre {
- font-size: 100%;
- line-height: 1.1em;
- }
-
- a {
- color: $COLOR-HYPERLINK$;
- text-decoration: none;
- }
- a:hover {
- color: $COLOR-HYPERLINK-HOVER$;
- text-decoration: underline;
- }
-
- a.notcached {
- cursor:no-drop ! important;
- text-decoration: none ! important;
- border-bottom: 1px dotted red ! important;
- }
-
- #pagehead {
- padding: 0px 12px;
- padding-top: 8px;
- height: 32px;
- color: $COLOR-PAGEHEAD-FONT$;
- background-color: $COLOR-PAGEHEAD2$;
- border-bottom: 1px solid $COLOR-PAGEHEAD2$;
- width: 100%;
- background-image: url($IMAGETHEMEDIR$pagehead.png);
- background-position: top left;
- background-repeat: repeat-x;
- }
-
- .groupheader {
- color: $COLOR-GROUP-HEADER-FONT$;
- background-color: $COLOR-GROUP-HEADER$;
- height: 22px;
- font-size: 12px;
- padding-left: 14px;
- padding-right: 3px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- /* th.feedreport is used by FeedReport.xsl */
- .groupheader, th.feedreport {
- background-image: url($IMAGETHEMEDIR$groupheader.png);
- background-position: top left;
- background-repeat: repeat-x;
- }
-
- .groupheader a { color: $COLOR-GROUP-HEADER-FONT$; }
- .groupcaption { margin-right: 6px; }
- .groupcaption .icon { margin-left: 4px; }
-
- div#newspapertitle {
- /*font-weight: bold;*/
- font-size: 18px;
- height: 28px;
- overflow: hidden;
- text-overflow: ellipsis;
- padding-right: 6px; /* space between title and page icons */
- }
-
- #newspapertitle img { margin-right: 10px; }
- #newspapertitle, #newspapertitle a { color: white; }
-
- img { border: none; }
- img.button { margin-left: 5px; margin-right: 8px; margin-top: 2px; }
- img.uplevel { margin-left: 6px; }
- img.favicon {
- width: 16px;
- height: 16px;
- margin-right: 2px;
- filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=$COLOR-GROUP-HEADER$);
- }
-
- div#newspapertitle img.icon { margin-left: 8px; margin-right: 0; }
-
- /* don't allow 'small' tag to make text unreadable */
- div.description small { font-size: 85%; }
-
- a.icon { margin-right: 2px; }
- a img.icon:hover, a.share.icon:hover { background-color: $COLOR-GROUP-HEADER$;}
- a.more { font-weight: bold; margin-left: 4px; color: $COLOR-MORE$; }
-
- div.spacer { margin-bottom: 10px; }
- .groupitems.collapsed { display: none; }
- .expanded { }
- img.button { cursor: pointer; }
-
- .none { color: #A9A9A9; }
- .sep { color: silver; margin: 0 3px; font-size: 10px; vertical-align: middle }
- .hidden { display: none; }
- sup.count { margin-right: 4px; font-weight: bold; color: black; }
-
- ul.actionlink { float: right; margin: 0; }
- li.actionlink { display: inline; margin-right: 6px; }
- li.actionlink a { color: blue; text-decoration: underline; }
- #pagehead li.actionlink a { color: white; }
-
- .unread { font-weight: bold; color: $COLOR-UNREAD$; }
- .flagged { color: $COLOR-FLAGGED$ !important; }
- .normal { color: black; }
-
- img.fdpostimg {
- /* !! 2.8 - use fixed height so newsitem DIV won't resize to fit image */
- height: 70px;
- max-width: 100px;
- float: right;
- margin-left: 2px;
- margin-right: 4px;
- }
-
- /* overlaps fixed header */
- div#fdnewitemsreceived {
- background-color: InfoBackground;
- color: InfoText;
- border-bottom: 1px solid $COLOR-GROUP-HEADER$;
- padding-left: 20px;
- padding-top: 8px;
- display: none;
- font-weight: bold;
- position: absolute;
- left: 0;
- top: 0;
- height: 32px;
- width: 100%;
- }
- div#fdnewitemsreceived a {
- color:$COLOR-HYPERLINK$ !important;
- }
-
- /* fixed header (IE7+) */
- <xsl:if test="$USE-FIXED-HEADER$!=0">
- /*body { padding-top: 41px; }*/
- #pagehead {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1;
- }
- #container {
- /*padding-top: 41px;*/
- position: relative;
- top: 41px;
- }
- </xsl:if>
- /*******************/
- /* end surfer.css */
- /*******************/